home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Demos
/
ByCompany
/
TipTop_Software
/
TipTop
/
Supplement
/
src
/
tlog
/
tlog.h
< prev
next >
Wrap
Text File
|
1994-05-08
|
433b
|
12 lines
/* $Id$ */
@protocol TLoggerProtocol
-(int)login:(const char *)pty ownerships:(int)ownership
utmp:(int)utmp wtmp:(int)wtmp lastlog:(int)lastlog;
-(int)login:(const char *)pty ownerships:(int)ownership utmp:(int)utmp;
-(int)logout:(const char *)pty ownerships:(int)ownership
utmp:(int)utmp wtmp:(int)wtmp lastlog:(int)lastlog;
-(int)logout:(const char *)pty ownerships:(int)ownership utmp:(int)utmp;
-(oneway void)exit;
@end